home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 September / PCgo 2008-09 (DVD).iso / interface / contents / vollversionen_6375 / 19842 / files / htdocs / css / styles.css < prev   
Encoding:
Cascading Style Sheet File  |  2008-07-07  |  4.9 KB  |  212 lines

  1. /* schriftstil,abstΣnde */
  2.  
  3. .white
  4. {
  5.     color: #FFFFFF;
  6.     font-family: verdana, arial, helvetica, sans-serif;
  7.     font-size: 8pt;
  8.     font-style: normal;
  9.     font-variant: normal;
  10.     text-decoration:none;
  11. }
  12.  
  13.  
  14. body
  15. color: #222222;  font-family: verdana,arial,helvetica,sans-serif; font-size: 9pt; }
  16.  
  17.  
  18.  
  19. table,tr,td
  20. {
  21. margin-top: 0px; margin-left: 0px; margin-right: 0px;  }
  22.  
  23. /* scrolleiste internet explorer ab vers.5.5 */
  24.  
  25. body
  26. {scrollbar-arrow-color: #cccccc; scrollbar-base-color: #ebebeb;
  27. scrollbar-highlight-color : #3F3F3F; scrollbar-shadow-color :#3f3f3f;
  28. SCROLLBAR-TRACK-COLOR: #DFDFDF;}
  29.  
  30. /* menue linke seite */
  31.  
  32. #menunavigation a {
  33.     display: block;
  34.     color:#FFFFFF;
  35.     text-decoration:none;
  36.     font-family:verdana,arial,helvetica,sans-serif;
  37.     font-size:8pt;
  38.     width:127px;
  39.     padding-left: 14px;
  40.     padding-bottom: 4px;
  41.     padding-top: 4px;
  42.     margin: 0px auto;
  43.     border-bottom:solid 1px #FFFFFF;
  44.     background-color:#909AA3;
  45.     left: 0px;
  46.     float: left;
  47.     background-image: url(../img/button_grey_corner.gif);
  48.     background-repeat: no-repeat;
  49.     background-position: right;
  50. }
  51.  
  52. #menunavigation a:visited{
  53.     color:#FFFFFF;
  54.     text-decoration:none;
  55.     font-family:verdana,arial,helvetica,sans-serif;
  56.     font-size:8pt;
  57.     width:127px;
  58.     padding-left: 14px;
  59.     padding-bottom: 4px;
  60.     padding-top: 4px;
  61.     margin: 0px auto;
  62.     border-bottom:solid 1px #FFFFFF;
  63.     background-color:#909AA3;
  64.     left: auto;
  65.     background-image: url(../img/button_grey_corner.gif);
  66.     background-repeat: no-repeat;
  67.     background-position: right;
  68. }
  69.  
  70.  
  71. #menunavigation a:active{
  72.     color:#FFFFFF;
  73.     text-decoration:none;
  74.     font-family:verdana,arial,helvetica,sans-serif;
  75.     font-size:8pt;
  76.     width:127px;
  77.     padding-left: 14px;
  78.     padding-bottom: 4px;
  79.     padding-top: 4px;
  80.     margin: 0px auto;
  81.     border-bottom:solid 1px #FFFFFF;
  82.     background-color:#D9CEBA;
  83.     left: auto;
  84.     background-image: url(../img/button_brown_corner.gif);
  85.     background-repeat: no-repeat;
  86.     background-position: right;
  87. }
  88.  
  89. #menunavigation a:hover {
  90.     color:#FFFFFF;
  91.     text-decoration:none;
  92.     font-family:verdana,arial,helvetica,sans-serif;
  93.     font-size:8pt;
  94.     width:127px;
  95.     padding-left: 14px;
  96.     padding-bottom: 4px;
  97.     padding-top: 4px;
  98.     margin: 0px auto;
  99.     border-bottom:solid 1px #FFFFFF;
  100.     background-color:#D9CEBA;
  101.     background-image: url(../img/button_brown_corner.gif);
  102.     background-repeat: no-repeat;
  103.     background-position: right;
  104. }
  105.  
  106. /* menue oben */
  107.  
  108.  
  109. #menu a {
  110.     display: block;
  111.     color:#FFFFFF;
  112.     text-decoration:none;
  113.     font-family:verdana,arial,helvetica,sans-serif;
  114.     font-size:8pt;
  115.     padding-bottom: 2px;
  116.     padding-top: 2px;
  117.     padding-right: 14px;
  118.     padding-left: 14px;
  119.     margin: 0px auto;
  120.     border-left:solid 1px #FFFFFF;
  121.     border-right:solid 1px #FFFFFF;
  122.     background-color:#909AA3;
  123.     height: 15px;
  124.     background-image: url(../img/button_top_grey_corner.gif);
  125.     background-repeat: no-repeat;
  126.     background-position: right;
  127.     text-align: left;
  128. }
  129.  
  130. #menu a:visited{
  131.     color:#FFFFFF;
  132.     text-decoration:none;
  133.     font-family:verdana,arial,helvetica,sans-serif;
  134.     font-size:8pt;
  135.     padding-bottom: 2px; 
  136.     padding-top: 2px;
  137.     padding-right: 14px;
  138.     padding-left: 14px;
  139.     margin: 0px auto;
  140.     border-left:solid 1px #FFFFFF;
  141.     border-right:solid 1px #FFFFFF;
  142.     background-color:#909AA3;
  143.     height: 15px;
  144.     background-image: url(../img/button_top_grey_corner.gif);
  145.     background-repeat: no-repeat;
  146.     background-position: right;
  147.     text-align: left;
  148. }
  149.  
  150. #menu a:active {
  151.     color:#FFFFFF;
  152.     text-decoration:none;
  153.     font-family:verdana,arial,helvetica,sans-serif;
  154.     font-size:8pt;  
  155.     padding-bottom: 2px; 
  156.     padding-top: 2px;
  157.     padding-right: 14px;
  158.     padding-left: 14px;
  159.     margin: 0px auto;
  160.     border-left:solid 1px #FFFFFF;
  161.     border-right:solid 1px #FFFFFF;
  162.     height: 15px;
  163.     background-color:#D9CEBA;
  164.     background-image: url(../img/button_top_brown_corner.gif);
  165.     background-repeat: no-repeat;
  166.     background-position: right;
  167.     text-align: left;
  168. }
  169.  
  170. #menu a:hover {
  171.     color:#FFFFFF;
  172.     text-decoration:none;
  173.     font-family:verdana,arial,helvetica,sans-serif;
  174.     font-size:8pt; 
  175.     padding-bottom: 2px; 
  176.     padding-top: 2px;
  177.     padding-right: 14px;
  178.     padding-left: 14px;
  179.     margin: 0px auto;
  180.     height: 15px;
  181.     background-color:#D9CEBA;
  182.     border-left:solid 1px #FFFFFF;
  183.     border-right:solid 1px #FFFFFF;
  184.     background-image: url(../img/button_top_brown_corner.gif);
  185.     background-repeat: no-repeat;
  186.     background-position: right;
  187.     text-align: left;
  188. }
  189.  
  190. /* allgemeine links im text */
  191.  
  192. a:link{ color: #222222; text-decoration:underline; ;font-family: verdana,arial,helvetica,sans-serif; font-size: 9pt; }
  193.  
  194. a:visited{color: #222222;text-decoration:underline;font-family: verdana,arial,helvetica,sans-serif; font-size: 9pt; }
  195.  
  196. a:active{ color:#222222;text-decoration:underline;font-family: verdana,arial,helvetica,sans-serif; font-size: 9pt; }
  197.  
  198. a:hover{ color: #222222;background-color:#B8C8E4;  text-decoration:none;font-family: verdana,arial,helvetica,sans-serif; font-size: 9pt; }
  199.  
  200.  
  201.  
  202.  
  203. form {margin-bottom:0px;}.titel {
  204.     color: #BA1736;
  205.     font-weight: bold;
  206. }
  207. .mini {
  208.     font-size: 7pt;
  209. }
  210.  
  211.